home *** CD-ROM | disk | FTP | other *** search
- Path: cs.ruu.nl!usenet
- From: wsldanke@cs.ruu.nl (Wessel Dankers)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Async I/O problem, can you help?
- Date: 02 Apr 96 21:04:52 +0100
- Organization: Dept of Computer Science, Utrecht University, The Netherlands
- Message-ID: <880.6666T1264T2636@cs.ruu.nl>
- References: <zpaf43aCY70MZ1@da23.darkness.gun.de>
- NNTP-Posting-Host: anx1p11.cc.ruu.nl
- X-Newsreader: THOR 2.22 (Amiga TCP/IP)
-
- Ralph Seichter <zodiac@darkness.gun.de> wrote:
- > I have written a small program to experiment with async I/O operations,
- > which first opens the serial device (or the "duart.device" in my case),
-
- Signal bits are task-specific. You must allocate bits in the task itself.
- (i.e. open the device+port) Your spawned task doesn't get signalled, but your
- main one.
-
- > then spawns a child process to handle the device input, and finally sends
- > a string to my modem so I get data transmitted back.
-
- --
- Wessel Dankers _\\|//_ <wsldanke@cs.ruu.nl>
- ///|\\\
- ----------------------------oOO--(_)---OOo----------------------------
- `Never imagine yourself not to be otherwise than what it might appear
- to others that what you were or might have been was not otherwise than
- what you had been would have appeared to them to be otherwise.'
-
-